home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE03 / PERSEUS / PERSDEMO.ZIP / DEMOMAIN.DFM / DEMOMAIN.txt next >
Text File  |  1995-07-13  |  27KB  |  847 lines

  1. object PDemoMain: TPDemoMain
  2.   Left = 200
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Perseus Visual Component Pack - Demo'
  7.   ClientHeight = 308
  8.   ClientWidth = 472
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object MainTabs: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 472
  21.     Height = 308
  22.     Align = alClient
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     TabFont.Color = clBtnText
  28.     TabFont.Height = -11
  29.     TabFont.Name = 'MS Sans Serif'
  30.     TabFont.Style = []
  31.     TabOrder = 0
  32.     object TTabPage
  33.       Left = 5
  34.       Top = 45
  35.       Caption = 'General Info'
  36.       object Label11: TLabel
  37.         Left = 206
  38.         Top = 16
  39.         Width = 209
  40.         Height = 28
  41.         Caption = 'The Perseus VCP'
  42.         Font.Color = clRed
  43.         Font.Height = -24
  44.         Font.Name = 'Arial'
  45.         Font.Style = [fsBold, fsItalic]
  46.         ParentFont = False
  47.       end
  48.       object Label12: TLabel
  49.         Left = 176
  50.         Top = 60
  51.         Width = 232
  52.         Height = 29
  53.         AutoSize = False
  54.         Caption = 
  55.           'Four native VCL components which will increase your Delphi-produ' +
  56.           'ctivity!'
  57.         WordWrap = True
  58.       end
  59.       object Label14: TLabel
  60.         Left = 176
  61.         Top = 106
  62.         Width = 72
  63.         Height = 13
  64.         Caption = 'Copyright ∩┐╜:'
  65.       end
  66.       object Label15: TLabel
  67.         Left = 258
  68.         Top = 106
  69.         Width = 127
  70.         Height = 39
  71.         Caption = 'Sebastian Modersohn Softwaredevelopment Heinestrasse 20'
  72.         WordWrap = True
  73.       end
  74.       object Label16: TLabel
  75.         Left = 257
  76.         Top = 146
  77.         Width = 190
  78.         Height = 70
  79.         AutoSize = False
  80.         Caption = 
  81.           'D 15370 Petershagen, Germany   CompuServe: 100340,1474   EMail: ' +
  82.           'msohn@kagi.com or 100340.1474@compuserve.com Phone: (++49)  (334' +
  83.           '39) 7462'
  84.         WordWrap = True
  85.       end
  86.       object GroupBox1: TGroupBox
  87.         Left = 16
  88.         Top = 16
  89.         Width = 143
  90.         Height = 171
  91.         TabOrder = 0
  92.         object Image2: TImage
  93.           Left = 4
  94.           Top = 8
  95.           Width = 135
  96.           Height = 160
  97.           AutoSize = True
  98.           Picture.Data = {<image000.bmp>}
  99.         end
  100.       end
  101.       object BitBtn9: TBitBtn
  102.         Left = 16
  103.         Top = 193
  104.         Width = 143
  105.         Height = 33
  106.         Hint = 'Click here for detailed information about the Wheel!'
  107.         HelpContext = 100
  108.         Caption = '&Information'
  109.         ParentShowHint = False
  110.         ShowHint = True
  111.         TabOrder = 1
  112.         OnClick = btnWheelHlpClick
  113.         Glyph.Data = {
  114.           78010000424D7801000000000000760000002800000020000000100000000100
  115.           04000000000000000000120B0000120B00000000000000000000000000000000
  116.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  117.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  118.           3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  119.           33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  120.           FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  121.           FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  122.           FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  123.           FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  124.           FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  125.           3333333773FFFF77333333333FBFBF33333333333777773333330000}
  126.         Layout = blGlyphRight
  127.         NumGlyphs = 2
  128.         Style = bsNew
  129.       end
  130.     end
  131.     object TTabPage
  132.       Left = 5
  133.       Top = 45
  134.       Caption = 'Virtual List Box'
  135.       object Label1: TLabel
  136.         Left = 288
  137.         Top = 109
  138.         Width = 146
  139.         Height = 13
  140.         Caption = 'This is our great virtual ListBox.'
  141.         Font.Color = clBlack
  142.         Font.Height = -11
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Style = []
  145.         ParentFont = False
  146.       end
  147.       object Label2: TLabel
  148.         Left = 280
  149.         Top = 124
  150.         Width = 159
  151.         Height = 36
  152.         Caption = 'TVListBox'
  153.         Font.Color = clRed
  154.         Font.Height = -32
  155.         Font.Name = 'Arial'
  156.         Font.Style = [fsBold, fsItalic]
  157.         ParentFont = False
  158.       end
  159.       object Label4: TLabel
  160.         Left = 319
  161.         Top = 163
  162.         Width = 77
  163.         Height = 13
  164.         Caption = 'It can hold up to'
  165.         Font.Color = clBlack
  166.         Font.Height = -11
  167.         Font.Name = 'MS Sans Serif'
  168.         Font.Style = []
  169.         ParentFont = False
  170.       end
  171.       object Label5: TLabel
  172.         Left = 272
  173.         Top = 177
  174.         Width = 177
  175.         Height = 33
  176.         Caption = '2,147,483,647'
  177.         Font.Color = clNavy
  178.         Font.Height = -29
  179.         Font.Name = 'Times New Roman'
  180.         Font.Style = [fsBold, fsItalic]
  181.         ParentFont = False
  182.       end
  183.       object Label6: TLabel
  184.         Left = 342
  185.         Top = 213
  186.         Width = 36
  187.         Height = 13
  188.         Caption = 'items !!!'
  189.         Font.Color = clBlack
  190.         Font.Height = -11
  191.         Font.Name = 'MS Sans Serif'
  192.         Font.Style = []
  193.         ParentFont = False
  194.       end
  195.       object VListBox1: TVListBox
  196.         Left = 7
  197.         Top = 8
  198.         Width = 230
  199.         Height = 153
  200.         Hint = 
  201.           '&This VListBox has 2 billion items, 2 columns, the 10th item has' +
  202.           ' a custom font (via OnGetItem) and the 4th item is protected (vi' +
  203.           'a OnGetItem too)! Display updating while dragging the thumb of t' +
  204.           'he vertical scrollbar and while changing the columns (optional)'
  205.         Columns.Columns.Strings = (
  206.           'Column 1;100'
  207.           'Column 2;36')
  208.         RowCount = 2147483647
  209.         RowHeight = 15
  210.         AlwaysHScrollbar = True
  211.         MultiSelect = True
  212.         ChangeColsImmediate = True
  213.         VScrollTrack = True
  214.         Font.Color = clWindowText
  215.         Font.Height = -11
  216.         Font.Name = 'MS Sans Serif'
  217.         Font.Style = [fsBold]
  218.         ParentFont = False
  219.         ShowHint = True
  220.         ParentShowHint = False
  221.         OnGetItem = VListBox1GetItem
  222.         OnChange = VListBox1Change
  223.         OnIsProtected = VListBox1IsProtected
  224.       end
  225.       object BitBtn2: TBitBtn
  226.         Left = 260
  227.         Top = 10
  228.         Width = 186
  229.         Height = 33
  230.         Hint = 'Click here for detailed information about the Wheel!'
  231.         HelpContext = 200
  232.         Caption = 'Information'
  233.         ParentShowHint = False
  234.         ShowHint = True
  235.         TabOrder = 3
  236.         OnClick = btnWheelHlpClick
  237.         Glyph.Data = {
  238.           78010000424D7801000000000000760000002800000020000000100000000100
  239.           04000000000000000000120B0000120B00000000000000000000000000000000
  240.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  241.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  242.           3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  243.           33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  244.           FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  245.           FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  246.           FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  247.           FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  248.           FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  249.           3333333773FFFF77333333333FBFBF33333333333777773333330000}
  250.         Layout = blGlyphRight
  251.         Margin = 38
  252.         NumGlyphs = 2
  253.         Style = bsNew
  254.         Spacing = 20
  255.       end
  256.       object BitBtn3: TBitBtn
  257.         Left = 260
  258.         Top = 50
  259.         Width = 186
  260.         Height = 33
  261.         HelpContext = 1000
  262.         Caption = 'How to purchase'
  263.         TabOrder = 4
  264.         OnClick = btnWheelHlpClick
  265.         Glyph.Data = {
  266.           78010000424D7801000000000000760000002800000020000000100000000100
  267.           04000000000000000000120B0000120B00000000000000000000000000000000
  268.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  269.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  270.           1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  271.           1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  272.           193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  273.           11155557F755F777777555000755033305555577755F75F77F55555555503335
  274.           0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  275.           05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  276.           07557777777F55557F5555000005555707555577777FF5557F55553000075557
  277.           0755557F7777FFF57555553350000055555555775777775555550000}
  278.         Layout = blGlyphRight
  279.         NumGlyphs = 2
  280.         Style = bsNew
  281.       end
  282.       object Memo1: TMemo
  283.         Left = 7
  284.         Top = 184
  285.         Width = 231
  286.         Height = 66
  287.         Hint = '&The items which are selected if Track Selections was checked!'
  288.         Lines.Strings = (
  289.           'Selections')
  290.         ParentShowHint = False
  291.         ShowHint = True
  292.         TabOrder = 2
  293.       end
  294.       object CheckBox1: TCheckBox
  295.         Left = 7
  296.         Top = 164
  297.         Width = 137
  298.         Height = 17
  299.         Hint = '&Check only if you select small ranges or the Memo would burst!'
  300.         Caption = 'Track Selections'
  301.         ParentShowHint = False
  302.         ShowHint = True
  303.         State = cbChecked
  304.         TabOrder = 1
  305.       end
  306.     end
  307.     object TTabPage
  308.       Left = 5
  309.       Top = 45
  310.       Caption = 'Slider'
  311.       object Label3: TLabel
  312.         Left = 172
  313.         Top = 208
  314.         Width = 252
  315.         Height = 31
  316.         Caption = 
  317.           'These 3 sliders show only SOME of the properties. And every prop' +
  318.           'erty can be combined with the others!'
  319.         Font.Color = clBlack
  320.         Font.Height = -11
  321.         Font.Name = 'MS Sans Serif'
  322.         Font.Style = []
  323.         ParentFont = False
  324.         WordWrap = True
  325.       end
  326.       object Label8: TLabel
  327.         Left = 224
  328.         Top = 132
  329.         Width = 141
  330.         Height = 42
  331.         Caption = 'TSlider'
  332.         Font.Color = clRed
  333.         Font.Height = -37
  334.         Font.Name = 'Arial'
  335.         Font.Style = [fsBold, fsItalic]
  336.         ParentFont = False
  337.       end
  338.       object Label9: TLabel
  339.         Left = 232
  340.         Top = 112
  341.         Width = 115
  342.         Height = 16
  343.         Caption = 'This is our great'
  344.         Font.Color = clBlack
  345.         Font.Height = -13
  346.         Font.Name = 'MS Sans Serif'
  347.         Font.Style = [fsBold]
  348.         ParentFont = False
  349.       end
  350.       object Label10: TLabel
  351.         Left = 250
  352.         Top = 176
  353.         Width = 81
  354.         Height = 16
  355.         Caption = 'component!'
  356.         Font.Color = clBlack
  357.         Font.Height = -13
  358.         Font.Name = 'MS Sans Serif'
  359.         Font.Style = [fsBold]
  360.         ParentFont = False
  361.       end
  362.       object Label20: TLabel
  363.         Left = 123
  364.         Top = 6
  365.         Width = 53
  366.         Height = 13
  367.         AutoSize = False
  368.       end
  369.       object Label21: TLabel
  370.         Left = 148
  371.         Top = 110
  372.         Width = 46
  373.         Height = 13
  374.         AutoSize = False
  375.       end
  376.       object Label22: TLabel
  377.         Left = 148
  378.         Top = 170
  379.         Width = 46
  380.         Height = 13
  381.         AutoSize = False
  382.       end
  383.       object Label13: TLabel
  384.         Left = 20
  385.         Top = 23
  386.         Width = 254
  387.         Height = 13
  388.         Caption = 'Now the background of the Slider can be transparent!'
  389.         Font.Color = clBlack
  390.         Font.Height = -11
  391.         Font.Name = 'MS Sans Serif'
  392.         Font.Style = []
  393.         ParentFont = False
  394.       end
  395.       object Label17: TLabel
  396.         Left = 85
  397.         Top = 62
  398.         Width = 137
  399.         Height = 13
  400.         Caption = 'but this causes flickering :-< !'
  401.         Font.Color = clBlack
  402.         Font.Height = -11
  403.         Font.Name = 'MS Sans Serif'
  404.         Font.Style = []
  405.         ParentFont = False
  406.       end
  407.       object Slider1: TSlider
  408.         Left = 13
  409.         Top = 21
  410.         Width = 275
  411.         Height = 67
  412.         Hint = 
  413.           '&Standard Slider: Win95 frames, PointerDown, scale below, connec' +
  414.           'ted outer, enlarge every 5th tick and transparent...'
  415.         ShowHint = True
  416.         ParentShowHint = False
  417.         FrameSize = 7
  418.         ThumbSize = 30
  419.         PositionStep = 10
  420.         ScaleHeight = 10
  421.         ScaleDistance = 13
  422.         OnSelect = Slider1Select
  423.       end
  424.       object Slider2: TSlider
  425.         Left = 12
  426.         Top = 97
  427.         Width = 51
  428.         Height = 153
  429.         Hint = 
  430.           '&Slider with rect-thumb, both scales, scale orig is outside, rea' +
  431.           'cts on tracking too. Only FocusColor (clActiveCaption).'
  432.         Transparent = False
  433.         ShowHint = True
  434.         ParentShowHint = False
  435.         Color = clWhite
  436.         ParentColor = False
  437.         FocusAction = faFocusColor
  438.         FrameSize = 7
  439.         Orientation = Vertical
  440.         Groove = None
  441.         Thumb = Rect
  442.         ThumbStyle = fsSpeedButton
  443.         PositionMin = -100
  444.         PositionStep = 10
  445.         ScaleHeight = 10
  446.         ScaleConnect = False
  447.         ScaleColor = clBlue
  448.         ScalePosition = Both
  449.         ScaleDistance = 4
  450.         OnSelect = Slider2Track
  451.         OnTrack = Slider2Track
  452.       end
  453.       object Slider3: TSlider
  454.         Left = 76
  455.         Top = 96
  456.         Width = 51
  457.         Height = 153
  458.         Hint = 
  459.           '&No mainframe, raised groove, square thumb with Win31 border, re' +
  460.           'acts only after selecting. FocusColor is red AND FocusRect is dr' +
  461.           'awn!'
  462.         Transparent = False
  463.         ShowHint = True
  464.         ParentShowHint = False
  465.         Color = 16777088
  466.         ParentColor = False
  467.         FocusAction = faBoth
  468.         Frame = None
  469.         FrameSize = 7
  470.         Orientation = Vertical
  471.         Groove = Raised
  472.         Thumb = Square
  473.         ThumbSize = 15
  474.         ThumbStyle = fsWin31
  475.         PositionMax = 400
  476.         PositionStep = 8
  477.         ScaleHeight = 10
  478.         ScaleOrig = Inner
  479.         ScalePosition = AboveOrLeft
  480.         ScaleDistance = 5
  481.         FocusColor = clRed
  482.         OnSelect = Slider3Track
  483.       end
  484.       object BitBtn4: TBitBtn
  485.         Left = 300
  486.         Top = 22
  487.         Width = 140
  488.         Height = 33
  489.         Hint = 'Click here for detailed information about the Wheel!'
  490.         HelpContext = 300
  491.         Caption = '&Information'
  492.         ParentShowHint = False
  493.         ShowHint = True
  494.         TabOrder = 3
  495.         OnClick = btnWheelHlpClick
  496.         Glyph.Data = {
  497.           78010000424D7801000000000000760000002800000020000000100000000100
  498.           04000000000000000000120B0000120B00000000000000000000000000000000
  499.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  500.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  501.           3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  502.           33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  503.           FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  504.           FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  505.           FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  506.           FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  507.           FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  508.           3333333773FFFF77333333333FBFBF33333333333777773333330000}
  509.         Layout = blGlyphRight
  510.         NumGlyphs = 2
  511.         Style = bsNew
  512.       end
  513.       object BitBtn5: TBitBtn
  514.         Left = 300
  515.         Top = 64
  516.         Width = 140
  517.         Height = 33
  518.         HelpContext = 1000
  519.         Caption = 'How to purchase'
  520.         TabOrder = 4
  521.         OnClick = btnWheelHlpClick
  522.         Glyph.Data = {
  523.           78010000424D7801000000000000760000002800000020000000100000000100
  524.           04000000000000000000120B0000120B00000000000000000000000000000000
  525.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  526.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  527.           1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  528.           1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  529.           193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  530.           11155557F755F777777555000755033305555577755F75F77F55555555503335
  531.           0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  532.           05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  533.           07557777777F55557F5555000005555707555577777FF5557F55553000075557
  534.           0755557F7777FFF57555553350000055555555775777775555550000}
  535.         Layout = blGlyphRight
  536.         NumGlyphs = 2
  537.         Style = bsNew
  538.       end
  539.     end
  540.     object TTabPage
  541.       Left = 5
  542.       Top = 45
  543.       Caption = 'Wheel'
  544.       object Label7: TLabel
  545.         Left = 15
  546.         Top = 193
  547.         Width = 304
  548.         Height = 39
  549.         Caption = 
  550.           'This is a control for selecting values. You can select values wi' +
  551.           'th dragging (Esc aborts!) or the cursor keys including Home, End' +
  552.           ', PgDn and PgUp.'
  553.         WordWrap = True
  554.       end
  555.       object Label18: TLabel
  556.         Left = 28
  557.         Top = 3
  558.         Width = 75
  559.         Height = 13
  560.         AutoSize = False
  561.       end
  562.       object Label19: TLabel
  563.         Left = 177
  564.         Top = 4
  565.         Width = 69
  566.         Height = 13
  567.         AutoSize = False
  568.       end
  569.       object Label26: TLabel
  570.         Left = 23
  571.         Top = 164
  572.         Width = 44
  573.         Height = 13
  574.         Hint = 'Disabled!'
  575.         Caption = 'Disabled!'
  576.         Font.Color = clBlack
  577.         Font.Height = -11
  578.         Font.Name = 'MS Sans Serif'
  579.         Font.Style = []
  580.         ParentFont = False
  581.       end
  582.       object Wheel1: TWheel
  583.         Left = 19
  584.         Top = 20
  585.         Width = 95
  586.         Height = 95
  587.         Hint = 
  588.           '&A well designed wheel with "fat" pointer and scale and SpeedBut' +
  589.           'ton-Frame'
  590.         ParentShowHint = False
  591.         ShowHint = True
  592.         ForceSquare = False
  593.         PointerDistance = 0
  594.         ScaleLength = 7
  595.         ScaleWidth = 2
  596.         ScaleTicks = 14
  597.         OnSelect = Wheel1Select
  598.       end
  599.       object Wheel2: TWheel
  600.         Left = 136
  601.         Top = 20
  602.         Width = 143
  603.         Height = 89
  604.         Hint = 
  605.           '&This weel isn'#39't well designed at all, but it shows some possibi' +
  606.           'lities: lowered Win95 frame, huge scale, balance option and some' +
  607.           ' "nice" colors'
  608.         ParentShowHint = False
  609.         ShowHint = True
  610.         Color = clGreen
  611.         ParentColor = False
  612.         Balance = True
  613.         ForceSquare = False
  614.         FocusAction = faFocusColor
  615.         PositionMax = 200
  616.         PositionMin = -200
  617.         PositionStep = 10
  618.         PointerDistance = 6
  619.         ScaleColor = clMaroon
  620.         ScaleLength = 10
  621.         ScaleWidth = 5
  622.         ScaleDegrees = 250
  623.         ScaleTicks = 8
  624.         WheelStyle = Lowered
  625.         WheelFrame = fsWin95
  626.         WheelColor = clYellow
  627.         FocusColor = clBlue
  628.         OnTrack = Wheel2Track
  629.         OnSelect = Wheel2Track
  630.       end
  631.       object BitBtn1: TBitBtn
  632.         Left = 300
  633.         Top = 22
  634.         Width = 140
  635.         Height = 33
  636.         Hint = 'Click here for detailed information about the Wheel!'
  637.         HelpContext = 400
  638.         Caption = '&Information'
  639.         ParentShowHint = False
  640.         ShowHint = True
  641.         TabOrder = 2
  642.         OnClick = btnWheelHlpClick
  643.         Glyph.Data = {
  644.           78010000424D7801000000000000760000002800000020000000100000000100
  645.           04000000000000000000120B0000120B00000000000000000000000000000000
  646.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  647.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  648.           3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  649.           33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  650.           FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  651.           FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  652.           FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  653.           FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  654.           FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  655.           3333333773FFFF77333333333FBFBF33333333333777773333330000}
  656.         Layout = blGlyphRight
  657.         NumGlyphs = 2
  658.         Style = bsNew
  659.       end
  660.       object BitBtn7: TBitBtn
  661.         Left = 300
  662.         Top = 64
  663.         Width = 140
  664.         Height = 33
  665.         HelpContext = 1000
  666.         Caption = 'How to purchase'
  667.         TabOrder = 6
  668.         OnClick = btnWheelHlpClick
  669.         Glyph.Data = {
  670.           78010000424D7801000000000000760000002800000020000000100000000100
  671.           04000000000000000000120B0000120B00000000000000000000000000000000
  672.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  673.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  674.           1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  675.           1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  676.           193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  677.           11155557F755F777777555000755033305555577755F75F77F55555555503335
  678.           0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  679.           05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  680.           07557777777F55557F5555000005555707555577777FF5557F55553000075557
  681.           0755557F7777FFF57555553350000055555555775777775555550000}
  682.         Layout = blGlyphRight
  683.         NumGlyphs = 2
  684.         Style = bsNew
  685.       end
  686.       object Wheel4: TWheel
  687.         Left = 90
  688.         Top = 128
  689.         Width = 47
  690.         Height = 47
  691.         FocusAction = faBoth
  692.         PointerDistance = 0
  693.         ScaleLength = 6
  694.         ScaleDegrees = 360
  695.         WheelFrame = fsWin31
  696.         FocusColor = clBlue
  697.       end
  698.       object Wheel5: TWheel
  699.         Left = 164
  700.         Top = 128
  701.         Width = 47
  702.         Height = 47
  703.         PointerDistance = 5
  704.         WheelStyle = Lowered
  705.         WheelFrame = fsWin95
  706.         WheelColor = clWhite
  707.       end
  708.       object Wheel3: TWheel
  709.         Left = 18
  710.         Top = 124
  711.         Width = 47
  712.         Height = 47
  713.         Enabled = False
  714.       end
  715.     end
  716.     object TTabPage
  717.       Left = 5
  718.       Top = 45
  719.       Caption = 'PSLabel'
  720.       object PSLabel1: TPSLabel
  721.         Left = 42
  722.         Top = 101
  723.         Width = 192
  724.         Height = 114
  725.         Caption = 
  726.           'The first Label component which can have Block-Alignment! If you' +
  727.           ' register this component, you'#39'll also have acess to a new method' +
  728.           ' called "PSDrawText" which can display text in Block-Alignment!'
  729.         Font.Color = clBlack
  730.         Font.Height = -13
  731.         Font.Name = 'Arial'
  732.         Font.Style = []
  733.         ParentColor = False
  734.         ParentFont = False
  735.         Alignment = PSBlockAdjust
  736.         AutoSize = False
  737.         OrigX = 0
  738.         FontAngle = 0
  739.         Transparent = False
  740.         OrigY = 0
  741.       end
  742.       object Label23: TLabel
  743.         Left = 96
  744.         Top = 26
  745.         Width = 60
  746.         Height = 13
  747.         Caption = 'This is our'
  748.       end
  749.       object Label24: TLabel
  750.         Left = 72
  751.         Top = 42
  752.         Width = 119
  753.         Height = 28
  754.         Caption = 'TPSLabel'
  755.         Font.Color = clRed
  756.         Font.Height = -24
  757.         Font.Name = 'Arial'
  758.         Font.Style = [fsBold, fsItalic]
  759.         ParentFont = False
  760.       end
  761.       object Label25: TLabel
  762.         Left = 96
  763.         Top = 70
  764.         Width = 63
  765.         Height = 13
  766.         Caption = 'component'
  767.       end
  768.       object PSLabel2: TPSLabel
  769.         Left = 244
  770.         Top = 117
  771.         Width = 206
  772.         Height = 109
  773.         Caption = 'Rotated text is also possible!'
  774.         Font.Color = clBlue
  775.         Font.Height = -16
  776.         Font.Name = 'Arial'
  777.         Font.Style = [fsBold]
  778.         ParentFont = False
  779.         OrigX = 0
  780.         FontAngle = 25
  781.         Transparent = False
  782.         OrigY = 92
  783.       end
  784.       object BitBtn10: TBitBtn
  785.         Left = 300
  786.         Top = 22
  787.         Width = 140
  788.         Height = 33
  789.         Hint = 'Click here for detailed information about the Wheel!'
  790.         HelpContext = 500
  791.         Caption = '&Information'
  792.         ParentShowHint = False
  793.         ShowHint = True
  794.         TabOrder = 0
  795.         OnClick = btnWheelHlpClick
  796.         Glyph.Data = {
  797.           78010000424D7801000000000000760000002800000020000000100000000100
  798.           04000000000000000000120B0000120B00000000000000000000000000000000
  799.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  800.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  801.           3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  802.           33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  803.           FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  804.           FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  805.           FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  806.           FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  807.           FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  808.           3333333773FFFF77333333333FBFBF33333333333777773333330000}
  809.         Layout = blGlyphRight
  810.         NumGlyphs = 2
  811.         Style = bsNew
  812.       end
  813.       object BitBtn11: TBitBtn
  814.         Left = 300
  815.         Top = 64
  816.         Width = 140
  817.         Height = 33
  818.         HelpContext = 1000
  819.         Caption = 'How to purchase'
  820.         TabOrder = 1
  821.         OnClick = btnWheelHlpClick
  822.         Glyph.Data = {
  823.           78010000424D7801000000000000760000002800000020000000100000000100
  824.           04000000000000000000120B0000120B00000000000000000000000000000000
  825.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  826.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  827.           1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  828.           1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  829.           193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  830.           11155557F755F777777555000755033305555577755F75F77F55555555503335
  831.           0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  832.           05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  833.           07557777777F55557F5555000005555707555577777FF5557F55553000075557
  834.           0755557F7777FFF57555553350000055555555775777775555550000}
  835.         Layout = blGlyphRight
  836.         NumGlyphs = 2
  837.         Style = bsNew
  838.       end
  839.     end
  840.   end
  841.   object MBHint1: TMBHint
  842.     FixedWidth = 300
  843.     Left = 442
  844.     Top = 279
  845.   end
  846. end
  847.